home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 April / inter@ivo 1997-04.iso / cybint15 / bin / gom1.dxr / 00039.ls < prev    next >
Encoding:
Text File  |  1997-04-01  |  174 b   |  11 lines

  1. on mouseUp
  2.   global contas, Aframe
  3.   if contas = 0 then
  4.     set contas to 1
  5.     callwww("http://www.udcv.pt/gordons/")
  6.   else
  7.     set contas to 0
  8.     go(Aframe)
  9.   end if
  10. end
  11.